DecimalSeparator

Returns the decimal separator based on regional settings. The separator is the symbol that marks the boundary between the integer and fraction parts of a decimal number.

Syntax

DecimalSeparator()

Return value

Value Description
Value Decimal separator.

Example

retValue = DecimalSeparator()

PrintLn retValue